| lcPlugGetOption2 | Home |
|
BOOL lcPlugGetOption2 ( LPCWSTR szFileName, LPCWSTR szOptName ); |
| szFileName | |
| Plugin's filename, without path and extention. | |
| szOptName | |
| Option name. | |
| If the function succeeds, the return value is nonzero (TRUE). |
| lcPlugSetOption |
WCHAR szValue[256];
if (lcPlugGetOption2( L"Plugin_dwg", L"EXP_FILEVER" ) ){
wcscpy( szValue, lcPropGetStr( 0, LC_PROP_G_STR ) );
}